home *** CD-ROM | disk | FTP | other *** search
/ Sigcat Software Showcase 1992 / SIGCat Software Showcase 1992 - CD-ROM Strategies.ISO / ref_tek / fielded / install.dat < prev    next >
Encoding:
Text File  |  1992-03-02  |  3.2 KB  |  175 lines

  1.  
  2.  
  3. @DefineProject
  4.     @Name       = "SIGCAT Demo"
  5.     @Version    = "2.00"
  6.     @OutDrive   = C
  7.     @Group      = ""
  8.     @SUBDIR     = "\\SIG_REC"  
  9. @EndProject
  10.  
  11. @Display
  12.   @Cls
  13.  
  14.   This program will install @Name Version @Version
  15.   on your computer system and verify the integrity of the distribution
  16.   CD. You may press the [Esc] key at any time to abort the installation
  17.  
  18.   INSTALL will ask you several questions about your computer hardware
  19.   and where to install the product. Each question has a default answer.
  20.  
  21.  
  22.  
  23.   @Pause
  24. @EndDisplay
  25.  
  26. @GetOutDrive
  27.   @Suppress A
  28.   @Suppress B
  29.   @Cls
  30.  
  31.   On which disk drive do you wish to install @Name?
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.   Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  49.   bar to the disk drive you wish to install to and then press the
  50.   [Enter] key.
  51. @EndOutDrive
  52.  
  53. @Display
  54.    @If (@DiskFree @OutDrive < 2200000 )
  55.  
  56.  
  57.      There is not enough room on Drive @OutDrive to install
  58.      @Name @Version. 2.2Mb (2200000 bytes) are required;  only
  59.      @DiskFree @OutDrive bytes are current available.
  60.  
  61.      Exiting program...
  62.  
  63.      @Pause
  64.      @Abort
  65.    @Endif
  66.  
  67. @EndDisplay
  68.  
  69. @GetOption
  70.  
  71.   Please select your Graphics Adapter option. This option is needed
  72.   only to display images.
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.   Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  89.   bar to the disk drive you wish to install to and then press the
  90.   [Enter] key.
  91.   @Option 11 = "Ega (640 x 350)"
  92.   @Option 12 = "Vga (640 x 480)"
  93.   @Option 13 = "Hercules"
  94.   @Option 14 = "Moniterm"
  95.   @Option 15 = "Wyse"
  96.   @Option 16 = "No Graphics Adapter"
  97. @EndOption
  98.  
  99. @GetOption
  100.  
  101.   Please select your Printer option.
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.   Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  117.   bar to the disk drive you wish to install to and then press the
  118.   [Enter] key.
  119.   @Option 21 = "LASERJET Parallel (Local or Network)"
  120.   @Option 22 = "LASERJET JLASER (Local Only)"
  121.   @Option 23 = "No Graphics Printer"
  122. @EndOption
  123.  
  124. @DefineDisk
  125.  
  126.   @Label = "SIGCAT DEMO DISK"
  127.  
  128.   @FILE REF_TEK\FIELDED\RB.BAT    @Out @OutDrive:@Subdir\RB.BAT
  129.   @FILE REF_TEK\FIELDED\RBIMGEGA.CFG   @Out @OutDrive:@Subdir\RBIMG.CFG  @Option 11
  130.   @FILE REF_TEK\FIELDED\RBIMGVGA.CFG   @Out @OutDrive:@Subdir\RBIMG.CFG  @Option 12
  131.   @FILE REF_TEK\FIELDED\RBIMGHER.CFG   @Out @OutDrive:@Subdir\RBIMG.CFG  @Option 13
  132.   @FILE REF_TEK\FIELDED\RBIMGMTM.CFG   @Out @OutDrive:@Subdir\RBIMG.CFG  @Option 14
  133.   @FILE REF_TEK\FIELDED\RBIMGWYS.CFG   @Out @OutDrive:@Subdir\RBIMG.CFG  @Option 15
  134.  
  135. @EndDisk
  136.  
  137. @SetConfig
  138.     @AskOverwrite
  139.  
  140.     @Files = 30
  141.     @Buffers = 20
  142.  
  143. @EndConfig
  144.  
  145. @FINISH
  146.  
  147.     @SYSTEM "@InDrive:\\REF_TEK\\FIELDED\\SIG_REC -x @OutDrive:@Subdir *.*"
  148.     @CHDRIVE @OUTDRIVE
  149.     @CHDIR "@SUBDIR"
  150.  
  151.     @If (14 [= @Option)
  152.        @System "DVR_CFG /SDVR:4 >NUL"
  153.     @Elseif (15 [= @Option)
  154.        @System "DVR_CFG /SDVR:5 >NUL"
  155.     @Endif
  156.  
  157.     @If (21 [= @Option)
  158.        @System "DVR_CFG /PDVR:2 /PPORT:1 >NUL"
  159.     @Elseif (22 [= @Option)
  160.        @System "DVR_CFG /PDVR:3 /PPORT:1 >NUL"
  161.     @Endif
  162.  
  163. @CLS
  164.  
  165.     No errors were detected during installation.
  166.  
  167.     Installation is now complete.
  168.  
  169.    @PAUSE
  170.    @CLS
  171.  
  172. @EndFinish
  173.  
  174. /* end-of-file */
  175.